home *** CD-ROM | disk | FTP | other *** search
/ PC Format 12 (5.25") / PC Format - Issue 12 September 1992 - Disk 1.ima / PCF.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-07-21  |  1.1 KB  |  77 lines

  1. echo off
  2. :start
  3. type pcfiss12.ans
  4. getkey mpjx
  5. if errorlevel 4 goto exit
  6. if errorlevel 3 goto jpg
  7. if errorlevel 2 goto port
  8. if errorlevel 1 goto moraff
  9.  
  10. :moraff
  11. cls
  12. echo Please wait as the Coverdisk copys the relevant files to your hard drive...
  13. md c:\games\moraff
  14. copy mworld.exe c:\games\moraff
  15. type whatd.ans
  16. getkey bam
  17. if errorlevel 3 goto start
  18. if errorlevel 2 goto amoraff
  19. if errorlevel 1 got bmoraff
  20.  
  21. :amoraff
  22. c:
  23. cd \games\moraff
  24. mworld
  25. mw
  26. a:
  27. goto exit
  28.  
  29. :bmoraff
  30. c:
  31. cd \games\moraff
  32. mworld
  33. mw
  34. b:
  35. goto exit
  36.  
  37. :jpg
  38. echo Please wait as the Coverdisk copys the relevant files to your hard drive...
  39. cls
  40. md c:\pcf\gifs
  41. copy GIF2JPG5.EXE c:\pcf\gifs
  42. type whatd.ans
  43. getkey bam
  44. if errorlevel 3 goto start
  45. if errorlevel 2 goto ajpg
  46. if errorlevel 1 goto bjpg
  47.  
  48. :ajpg
  49. c:
  50. cd \pcf\gifs
  51. GIF2JPG5
  52. a:
  53. goto start
  54.  
  55. :bjpg
  56. c:
  57. cd \pcf\gifs
  58. GIF2JPG5
  59. b:
  60. goto start
  61.  
  62. :port
  63. cls
  64. echo Copying PORTRAIT.JPG to C:\PCF\GIFS...
  65. md c:\pcf\gifs
  66. copy PORTRAIT.JPG c:\pcf\gifs
  67. goto start
  68.  
  69. :exit
  70. type goodbye.ans
  71. getkey x
  72. if errorlevel 1 goto quit
  73.  
  74. :quit
  75. cls
  76. echo on
  77.